From 8be273f585a2eda64392620bc79589b89d1cf4c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timo=20R=C3=B6hling?= Date: Fri, 11 Feb 2022 00:47:48 +0100 Subject: [PATCH] Disable LTO There seems to be an issue with link time optimization on Ubuntu Gbp-Dch: full --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index bd1b492..56dafc1 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,6 @@ endif override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \ - -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ -DFILAMENT_SKIP_SAMPLES=ON \ -DFILAMENT_ENABLE_JAVA=OFF \ -DUSE_STATIC_LIBCXX=OFF \ -- 2.30.2